Goto

Collaborating Authors

 oracle open-source tribuo


Oracle Open-Sources Tribuo, A Machine Learning Library in Java

#artificialintelligence

Oracle open-sources Tribuo to fill the gap for enterprise applications focused on machine learning in Java. Committed to deploying machine learning models to large-scale production systems, Oracle has released Tribuo under an Apache 2.0 license. What does Tribuo provide under machine learning? Tools for building and deploying classificationTools for clustering and regression models Unified interface for many popular third-party machine learning librariesA full suite of evaluations for each of the supported prediction tasksData loading pipelines, text processing pipelines, and feature level transformations for operating on dataIn addition to its implementations of Machine Learning algorithms, Tribuo also provides a common interface to popular ML tools on the JVM. Apart from the features mentioned above, Tribuo Model knows when you've given it features it has never seen before, which is particularly useful when working with natural language processing.